Update TOML parser to pick up a bugfix
authorAlex Crichton <alex@alexcrichton.com>
Thu, 12 May 2016 18:44:00 +0000 (11:44 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 12 Jun 2016 11:14:35 +0000 (04:14 -0700)
commit2a1e16c08a1fef3ee1634f762e7bb9e984d4c212
tree9d595e61e19ee4258cc057adbded43b224b6ac7e
parent07c1d9900de40c59b898d08d64273447560ffbe3
Update TOML parser to pick up a bugfix

Cargo has previously accepted invalid TOML as valid, but this bugfix should fix
the problem. In order to prevent breaking all crates immediately toml-rs has a
compatibility mode which emulates the bug that was fixed. Cargo will issue a
warning if this compatibility is required to parse a crate.
Cargo.lock
Cargo.toml
src/cargo/ops/lockfile.rs
src/cargo/util/config.rs
src/cargo/util/toml.rs
tests/bad-config.rs
tests/path.rs